FromStream(Stream, IImageDecoder)

Method

Namespace: Imagini.ImageSharp

Declared in: Imagini.ImageSharp.SurfaceFactory


Creates a RGBA8888 surface by loading a file from the specified stream.

Syntax

public static Surface FromStream(
	Stream stream,
	IImageDecoder decoder
)

Back to index